projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c94f25
)
(LIBS_SYSTEM): Undo previous change.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 22 Jul 1997 03:11:17 +0000
(
03:11
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 22 Jul 1997 03:11:17 +0000
(
03:11
+0000)
(HAVE_LIBKSTAT): Define it.
src/s/sol2.h
patch
|
blob
|
history
diff --git
a/src/s/sol2.h
b/src/s/sol2.h
index cfb7427cf060b3c4e3ffde15a46fee6608db6c50..79b0f42946c19c016a7712ad6bbd747b2add97e9 100644
(file)
--- a/
src/s/sol2.h
+++ b/
src/s/sol2.h
@@
-24,5
+24,9
@@
#endif /* GCC */
#undef LIBS_SYSTEM
-#define LIBS_SYSTEM -lsocket -lnsl -lkstat
-lkvm -lelf
+#define LIBS_SYSTEM -lsocket -lnsl -lkstat
#define HAVE_VFORK
+
+/* Prefer kstat over kvm in getloadavg.c, kstat doesn't require root.
+ ghazi@caip.rutgers.edu, 7/21/97. */
+#define HAVE_LIBKSTAT